Blazor コントロール
InsertAsync メソッド (ISupportEditing<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportEditing<T> インターフェース : InsertAsync メソッド
The index where the item will be inserted.
The item to be inserted.
The cancellation token.
Inserts the specified item at the specified index in the collection.
シンタックス
'宣言
 
Function InsertAsync( _
   ByVal index As System.Integer, _
   ByVal item As T, _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of Integer)
System.Threading.Tasks.Task<int> InsertAsync( 
   System.int index,
   T item,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

index
The index where the item will be inserted.
item
The item to be inserted.
cancellationToken
The cancellation token.
参照

ISupportEditing<T> インターフェース
ISupportEditing<T> メンバ